Overview of analysis, the question we’re trying to answer, and our insights (linked to the pages that contain their respective visualizations)
fsb_mjr_sal_box = ggplot(FSB_job_1, aes(x = year.x, y = survey_salary, color = year.x))+ xlab("Year")+ylab("Salary")+ labs(color = "Year")+ geom_boxplot() fsb_mjr_sal_box + facet_wrap(~ major1)